home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk185 / garbageman / gman.doc < prev    next >
Text File  |  1995-03-19  |  3KB  |  64 lines

  1.  
  2.             Garbage Man V1.0
  3.  
  4.  
  5.     Garbage Man (referred to as GMan) is a short utility designed
  6. to make hard disk management easier by reducing clutter. What it does
  7. is search for multiple copies of the same file on a disk, reporting any
  8. duplicate files found and what sub-directories the duplicates are in.
  9.  
  10. The syntax of GMan is:
  11.  
  12.     GMan <path> [SIZE] [CASE]
  13.  
  14. To search a disk (or partition, or logical assign, dir, etc.) called 'Work:',
  15. you would issue the command 'GMan Work:' at a CLI/Shell prompt. GMan
  16. will then search every sub-directory in 'Work:' and list any files that
  17. appear in more than one directory.
  18.  
  19. By default, GMan is not case sensitive and ignores the size of the files
  20. when looking for duplicates. This means that if there are two files
  21. named 'DIR' and 'dir', GMan will consider them to be duplicates.
  22. Likewise, if there are two files named 'list' (574 bytes) and 'list'
  23. (9214) bytes, GMan will also consider them to be duplicates.
  24.  
  25. But wait- GMan has two optional parameters that let you change the way
  26. it handles file duplicates. If you add the parameter 'CASE' to the
  27. end of the 'GMan' command line, GMan will treat 'DIR' and 'dir' as
  28. DIFFERENT. Likewise, if you add the paramter 'SIZE' to the end of the
  29. 'GMan' command line, GMan will consider the file 'list' (574 bytes) and
  30. the file 'list' (9214 bytes) to be DIFFERENT. And yes Virginia, you can
  31. use both 'CASE' and 'SIZE' together. Note also that only the first
  32. letter of each option need be used ('S' or 'C', not case sensitive).
  33.  
  34. If you forget the syntax and lose this file, just type 'GMan' and a
  35. brief summary will appear.
  36.  
  37. Note: GMan works by building a list of all unique file names in memory. If
  38. you don't have enough free memory to build such a list, GMan will abort
  39. and tell you so. 
  40.  
  41. A future version of this program will optionally do a compare on the two
  42. files in question and replace the second one with a hard link should they
  43. prove to be identical. If you know what a hard link is you can probably
  44. guess when this feature will be added.
  45.  
  46. This program is copyrighted and NOT in the public domain, but permission
  47. is hereby granted for unlimited non-commercial distribution provided this
  48. text file accompanies the program. Permission is also granted for
  49. distribution on both BIX and PeopleLink as well as inclusion in the Fred
  50. Fish library. Bug reports, questions, suggestions, and FREE STUFF (NO pirated
  51. software please) can be sent to:
  52.  
  53.                     Erik C. Quackenbush
  54.                     Lake Forest Logic Inc.
  55.                     28101 Ballard Rd. Unit E
  56.                     Lake Forest, IL 60045
  57.                     (708)816-6666x
  58.  
  59.                     BBS: (708)680-0590 (SYSOP)
  60.                     BIX:   equack
  61.                     PLink: equack
  62.                     NET:   equack@dcibix.das.net
  63.  
  64.